From d4c3035b7a472c247f1e4c2f468d29d4952d1362 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 19 Feb 2007 13:42:09 +0000 Subject: [PATCH] Revert last change. --- src/w32term.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/w32term.c b/src/w32term.c index 62859040020..2c6559c8932 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -3478,18 +3478,6 @@ w32_set_scroll_bar_thumb (bar, portion, position, whole) BOOL draggingp = !NILP (bar->dragging) ? TRUE : FALSE; SCROLLINFO si; - /* Dragging the w32 scroll-bar handle in a file like INSTALL.CVS - gives very odd scrolling behaviour with the code below which - "only updates page size if currently dragging". The cause - seems to be that the W32 api may "silently" adjust the thumb - position when the thumb page is change. - - So simply don't make any updates to the scroll-bar geometry - while dragging. KFS 2007-02-19. */ - - if (draggingp) - return; - if (whole) { #if 0 -- 2.30.2